home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Crash & Burn
/
source code
/
(Internalized Files)
/
Development
/
Libraries
/
Hubauer
/
Patching
/
Patches.h
< prev
Wrap
Text File
|
1994-08-24
|
376b
|
20 lines
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
long PatchTrap(short trap,long newProc);
void PatchTrapSafe(short trap,long newProc,long *oldProc);
void BSetTrapAddress(long proc,short trap,short tType);
long BGetTrapAddress(short trap,short tType);
long BGetTrapAddress1(short trapWord);
void BSetTrapAddress1(long proc,short trapWord);
#ifdef __cplusplus
}
#endif